tsNetSetProxy
Type
command
Summary
Enable or disable the use of a proxy for networking transfers.
Syntax
tsNetSetProxy <pProxyURL>, <pNoProxy>, <pUsername>, <pPassword>
Description
Note that setting a proxy will affect all protocols, not just HTTP.
Parameters
Name | Type | Description |
---|---|---|
pProxyURL | The hostname or IP address of the proxy server to be used
for all networking connections. Can be prefixed with | |
pNoProxy | Can be a comma separated list of host names that should bypass the proxy. Host names can include a port number after a ':'. | |
pUsername | The username to authenticate with the proxy server. Set to empty to disable authentication. | |
pPassword | The password to authenticate with the proxy server. Set to empty to disable authentication. |
Examples
tsNetSetProxy "http://proxy.mydomain.com:1080" \
, "local.mydomain.com,intranet.mydomain.com" \
, "proxyusername", "proxypassword"
tsNetSetProxy ""
Related
library: tsNet
Compatibility and Support
Introduced
LiveCode 8.1
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile